home *** CD-ROM | disk | FTP | other *** search
- IOVideoDeviceInspector = {
- ACTIONS = {
- cancel:;
- panelDone:;
- doubleClicked:;
- runPanel:;
- };
- OUTLETS = {
- selectButton;
- videoAccessoryHolder;
- modes;
- panel;
- modeText;
- okButton;
- displayMode;
- };
- SUPERCLASS = IODeviceInspector;
- };
- IODeviceInspector = {
- ACTIONS = {
- channelOrInterruptPicked:;
- rangeDidChange:;
- showInfo:;
- };
- OUTLETS = {
- portsBox;
- statusTitle;
- memoryController;
- dmaMatrix;
- memoryBox;
- dmaBox;
- portsController;
- infoPanel;
- accessoryHolder;
- infoButton;
- infoText;
- irqBox;
- irqMatrix;
- inspectionView;
- origWindow;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-